home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hobby PC 13
/
Hobby PC 13.iso
/
assets
/
Asset Library
/
Images
/
Mouseover Buttons
/
For Any Dark Background
/
purplegolfball
/
fxitems.xml
< prev
next >
Wrap
Extensible Markup Language
|
2001-04-09
|
6KB
|
80 lines
<?xml version="1.0" standalone="yes"?>
<Items>
<Template>
<Item Type="File" CLASS="Mouseover Button" ID="%Filename%" FILEFILTER="*.gif;*.jpg;*.png">
<Icon SRC="%Filename%"/>
<Icon2 SRC="%Filename%"/>
<Description>%ASK:Description:%{Button ALT Text}</Description>
<Filename SRC="%Filename%"/>
<Filename2 SRC="%Filename%"/>
<SCRIPT LANGUAGE="JScript"><![CDATA[
var src, src2, dest, attr, attr2, dst2, dst;
src = "%Pathname%" + "%thisItem.SQ_getChildAttribute(Filename, 0, SRC)%";
src2 = "%Pathname%" + "%thisItem.SQ_getChildAttribute(Filename2, 0, SRC)%";
function buildpath()
{
if (ActiveDocument.InCurrentProject)
{
dst = Application.ProjectDirectory + "\\images\\buttons\\default\\%Filename%";
dst2 = Application.ProjectDirectory + "\\images\\buttons\\over\\%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
attr = Application.PathToURL(dst, ActiveDocument.Path + "default/%Filename%");
attr2 = Application.PathToURL(dst2, ActiveDocument.Path + "over/%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%");
}
else
{
dst = ActiveDocument.Path + "\\images\\buttons\\default\\%Filename%";
dst2 = ActiveDocument.Path + "\\images\\buttons\\over\\%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
attr = "images/buttons/default/%Filename%";
attr2 = "images/buttons/over/%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
}
}
function dropfxnow()
{
Application.FX.CopyFile(src, dst);
Application.FX.CopyFile(src2, dst2);
Application.FX.SelectDropPoint();
AttrID=ActiveDocument.UniqueAttributeValue("ID","hover")
Application.FX.HTML('<A HREF=\"{Choose URL}\" ONMOUSEOVER=\"if \(' + AttrID + '.src\) {' + AttrID + '.src=\'' + attr2 + '\'\}\" ONMOUSEOUT=\"if \(' + AttrID + '.src\) {' + AttrID + '.src=\'' + attr + '\'}\"><IMG ID=\"' + AttrID + '\" SRC=\"' + attr + '\" ALT=\"' + '%thisItem.SQ_getChildInnerHtml("Description", 0)%' + '" BORDER="0"><\/A>',null,null,null,null,true);
Application.FX.ShowDialog('ANCHOR');
}
// First, check if the file is saved
if (ActiveDocument.Path != "")
{
buildpath();
dropfxnow();
}
else
{
ans = Application.NoticeBox("Document must first be saved.", "Save now", null,"Cancel");
if (ans == 1)
{
ActiveDocument.SaveAs();
}
if (ActiveDocument.Path != "") //check again if they did indeed save and name file
{
buildpath();
dropfxnow();
}
}
]]>
</SCRIPT>
</Item>
</Template>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpattn"><Icon SRC="tdb_tpattn.gif"/><Icon2 SRC="(tdb)tpattn.gif"/><Description>Attention</Description><Filename SRC="tdb_tpattn.gif"/><Filename2 SRC="(tdb)tpattn.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpdown"><Icon SRC="tdb_tpdown.gif"/><Icon2 SRC="(tdb)tpdown.gif"/><Description>Down</Description><Filename SRC="tdb_tpdown.gif"/><Filename2 SRC="(tdb)tpdown.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpemail"><Icon SRC="tdb_tpemail.gif"/><Icon2 SRC="(tdb)tpemail.gif"/><Description>Email</Description><Filename SRC="tdb_tpemail.gif"/><Filename2 SRC="(tdb)tpemail.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpfaq"><Icon SRC="tdb_tpfaq.gif"/><Icon2 SRC="(tdb)tpfaq.gif"/><Description>FAQ</Description><Filename SRC="tdb_tpfaq.gif"/><Filename2 SRC="(tdb)tpfaq.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpgoback"><Icon SRC="tdb_tpgoback.gif"/><Icon2 SRC="(tdb)tpgoback.gif"/><Description>Go Back</Description><Filename SRC="tdb_tpgoback.gif"/><Filename2 SRC="(tdb)tpgoback.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tphelp"><Icon SRC="tdb_tphelp.gif"/><Icon2 SRC="(tdb)tphelp.gif"/><Description>Help</Description><Filename SRC="tdb_tphelp.gif"/><Filename2 SRC="(tdb)tphelp.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tphome"><Icon SRC="tdb_tphome.gif"/><Icon2 SRC="(tdb)tphome.gif"/><Description>Home</Description><Filename SRC="tdb_tphome.gif"/><Filename2 SRC="(tdb)tphome.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpnext"><Icon SRC="tdb_tpnext.gif"/><Icon2 SRC="(tdb)tpnext.gif"/><Description>Next</Description><Filename SRC="tdb_tpnext.gif"/><Filename2 SRC="(tdb)tpnext.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpprev"><Icon SRC="tdb_tpprev.gif"/><Icon2 SRC="(tdb)tpprev.gif"/><Description>Previous</Description><Filename SRC="tdb_tpprev.gif"/><Filename2 SRC="(tdb)tpprev.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="tdb_tpup"><Icon SRC="tdb_tpup.gif"/><Icon2 SRC="(tdb)tpup.gif"/><Description>Up</Description><Filename SRC="tdb_tpup.gif"/><Filename2 SRC="(tdb)tpup.gif"/></Item>
</Items>